home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / all-lowercase.izs < prev    next >
Text File  |  2005-09-27  |  1KB  |  58 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>All Lower Case 
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>This script converts a textbox entry to all lowercase letters as soon as they move to the next item in the form (or click the submit button). <!/DESCRIPTION> 
  7.  
  8. <!CATEGORY>Forms<!/CATEGORY>
  9.  
  10. <!SCRIPT>
  11. <!-- START OF SCRIPT -->
  12.  
  13. <!-- HOW TO INSTALL ALL LOWER CASE:
  14.  
  15.   1.  Copy code into the body section of document  -->
  16.  
  17. <!-- STEP ONE: Add this code into BODY section of document  -->
  18.  
  19. <BODY>
  20.  
  21.  
  22. <center>
  23. <form name="capsform">
  24. <input type="text" name="caps" size=40 value="" onChange="javascript:this.value=this.value.toLowerCase();">
  25. <br>
  26. <input type="button" value="Ok!">
  27. </form>
  28. </center>
  29.  
  30. <!-- END OF SCRIPT -->
  31. <!/SCRIPT>
  32.  
  33. <!PREVIEW>
  34. <!-- START OF SCRIPT -->
  35.  
  36.  
  37. <!-- HOW TO INSTALL ALL LOWER CASE:
  38.  
  39.   1.  Copy code into the body section of document  -->
  40.  
  41. <!-- STEP ONE: Add this code into BODY section of document  -->
  42.  
  43. <BODY>
  44.  
  45.  
  46. <center>
  47. <form name="capsform">
  48. <input type="text" name="caps" size=40 value="" onChange="javascript:this.value=this.value.toLowerCase();">
  49. <br>
  50. <input type="button" value="Ok!">
  51. </form>
  52. </center>
  53.  
  54. <!-- END OF SCRIPT -->
  55. <!/PREVIEW>
  56.  
  57. <!RELATED>NONE<!/RELATED>
  58.